@charset "utf-8";
/* CSS Document */


/*-----------------

*Filename:com.css
*Description:CSS
*Author:Carol
*Date:2018-06-11

-------------------*/


*{margin:0px; padding:0px; border:0; }
body{font-family: "PingFang SC",Helvetica,Arial,"微软雅黑","黑体";font:12px"PingFang SC",Helvetica,Arial,"微软雅黑","黑体"; font-size:12px; background:#FFF; color: #666;}
.w1200{ width:1200px; margin:0 auto;}
li{list-style-type:none;}
a{ text-decoration:none; color:#666666; cursor:pointer;}
a {
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

a:hover{-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px;}
.fl{ float:left;}
.fr{ float:right;}
i{ font-style:normal;}
em{ font-style:normal;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
select {
/*很关键：将默认的select选择框样式清除*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}





.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-table; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear{clear:both}


.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

@media(max-width:1024px)
{.w1200 {width:100%}}

.w1200 .d3{
    width: 400px;
}
.w1200 .fadeInRight{
    width: 400px;
}
